Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nfc] enabling asan leak sanitizer #2187

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

mikea
Copy link
Collaborator

@mikea mikea commented May 29, 2024

use KJ_CLEAN_SHUTDOWN to give it a chance to run

@mikea mikea requested review from jasnell and fhanau May 29, 2024 16:48
@mikea mikea marked this pull request as ready for review May 29, 2024 16:48
@mikea mikea requested review from a team as code owners May 29, 2024 16:48
@mikea
Copy link
Collaborator Author

mikea commented May 29, 2024

@jasnell I have disabled the test as discussed

@@ -170,6 +170,8 @@ wd_cc_library(
exclude = [
# defined below
"macro-meta-test.c++",
# TODO(jasnell) modules-new-test is leaking IsolateModuleRegistry and fails asan leak detector
"modules-new-test.c++",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For others reviewing, the modules-new-test is currently the only thing using IsolateModuleRegistry while the new implementation is still being developed. Disabling the test is safe and I'll be revisiting this as I continue work on the new module registry implementation.

@mikea mikea merged commit 814920b into main May 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants